Click or drag to resize

AuthenticationPackage Enumeration

Specifies the authentication scheme that is used when authenticating against the computer that is running Microsoft Exchange Server that has the Mailbox server role installed.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum AuthenticationPackage
Members
  Member nameValueDescription
Basic0 Basic.
Kerberos1 Kerberos.
KerberosNtlm2 KerberosNtlm.
Ntlm3 Ntlm.
Certificate4 Certificate.
None5 None.
See Also